home *** CD-ROM | disk | FTP | other *** search
- ;***********************************************************************
- ;***** WordPerfect Kermit Initialization File *****
- ;***** for version 2.31 *****
- ;***** Written by Brek Allred on October 19, 1988 *****
- ;***** with thanks to Terry Tompkins *****
- ;***** *****
- ;***** *****
- ;***** This initialization file uses the all of the available *****
- ;***** string space for assigning keys. If you wish to assign *****
- ;***** values to other strings you must first delete some that *****
- ;***** you do not "need." This could include some of the quick *****
- ;***** macro strings (found at the end of the file) which can be *****
- ;***** accessed either by typing Alt-1 + letter or Alt-letter. *****
- ;***** In addition, since 2.31 supports the F11 and F12 keys of *****
- ;***** the Enhanced keyboard, we have assigned them to be "Reveal *****
- ;***** Codes" and "Block" to be consistent with the new templates *****
- ;***** created for use with WordPerfect version 5.0 for IBM PC's *****
- ;***** running under DOS. *****
- ;***********************************************************************
-
- SET Key Clear
- SET Term vt102
- SET Parity None
- SET Term Wrap On
- Set Local-Echo Off
- Set Flow-Control XON
- ;print screen for Ctrl-P
- set key scan \16 \kprtscn
- ; Don't overwrite existing files!
- set warning on
-
- ; Esc - WordPerfect Escape
- set key scan \27 \27Ow
- set key scan \5 \27
-
- ;F1 - Cancel
- set key scan \315 \27Op
- ;F2 - Search ->
- set key scan \316 \27Ox
- ;F3 - Help
- set key scan \317 \27Oy
- ;F4 - Indent ->
- set key scan \318 \27Om
- ;F5 - List Files
- set key scan \319 \27Ot
- ;F6 - Bold
- set key scan \320 \27Ou
- ;F7 - Exit
- set key scan \321 \27Ov
- ;F8 - Underline
- set key scan \322 \27Ol
- ;F9 - Merge R
- set key scan \323 \27Oq
- ;F10 - Save
- set key scan \324 \27Or
- ;F11 - Reveal Codes
- set key scan \389 \27OR\27Oy
- ;F12 - Block
- set key scan \390 \27OR\27Om
-
- ;Middle Keypad HOME
- set key scan \4423 \27OS
- ;Middle Keypad Home with numlock on
- set key scan \4935 \27OS
- ;Right Keypad HOME
- set key scan \327 \27OS
-
- ;Middle Keypad Up arrow
- set key scan \4424 \Kuparr
- ;Midle Keypad Up arrow with numlock on
- set key scan \4936 \Kuparr
- ;Right Keypad Up arrow
- set key scan \328 \Kuparr
-
- ;Middle Keypad Pg Up
- set key scan \4425 \27OP\27Os
- ;Middle Keypad Pg Up with numlock on
- set key scan \4937 \27OP\27Os
- ;Right Keypad Pg Up
- set key scan \329 \27OP\27Os
-
- ;Keypad - ; Screen Up
- set key scan \330 \27OP\27[A
- ;Ctrl Middle Keypad UpArrow - Screen Up
- set key scan \5517 \27OP\27[A
- ;Ctrl Middle Keypad UpArrow with numlock on
- set key scan \6029 \27OP\27[A
- ;Ctrl Right Keypad UpArrow - Screen Up
- set key scan \1421 \27OP\27[A
-
- ;Middle Keypad Left arrow
- set key scan \4427 \Klfarr
- ;Middle Keypad Left arrow with numlock on
- set key scan \4939 \Klfarr
- ;Right Keypad Left arrow
- set key scan \331 \Klfarr
-
- ;Middle Keypad Right arrow
- set key scan \4429 \Krtarr
- ;Middle Keypad Right arrow with numlock on
- set key scan \4941 \Krtarr
- ;Right Keypad Right arrow
- set key scan \333 \Krtarr
-
- ;Keypad + ; Screen Down
- set key scan \334 \27OP\27[B
- ;Ctrl Middle Keypad DownArrow - Screen Down
- set key scan \5521 \27OP\27[B
- ;Ctrl Middle Keypad DownArrow with numlock on - Screen Down
- set key scan \6033 \27OP\27[B
- ;Ctrl Right Keypad DownArrow - Scren Down
- set key scan \1425 \27OP\27[B
-
- ;Middle Keypad End - Home,Home,Right
- set key scan \4431 \27OS\27OS\27[C
- ;Middle Keypad End with numlock on - Home,Home,Right
- set key scan \4943 \27OS\27OS\27[C
- ;Right Keypad End - Home,Home,Right
- set key scan \335 \27OS\27OS\27[C
-
- ;Middle Keypad DownArrow
- set key scan \4432 \Kdnarr
- ;Middle Keypad Down arrow with numlock on
- set key scan \4944 \Kdnarr
- ;Right Keypad Down arrow
- set key scan \336 \Kdnarr
-
- ;Middle Keypad Pg Dn
- set key scan \4433 \27Os
- ;Middle Keypad Pg Dn with numlock on
- set key scan \4945 \27Os
- ;Right Keypad Pg Dn
- set key scan \337 \27Os
-
- ;Middle Keypad Insert
- set key scan \4434 \27OR\27OM
- ;Middle Keypad Insert with numlock on
- set key scan \4946 \27OR\27OM
- ;Right Keypad Ins
- set key scan \338 \27OR\27OM
-
- ;Middle Keypad Delete - Remove
- set key scan \4435 \27On
- ;Middle Keypad Delete with numlock on - Remove
- set key scan \4947 \27On
- ;Right Keypad Del - Remove
- set key scan \339 \27On
-
- ;Shift Tab - Margin Release
- set key scan \783 \27OP\27Oz
-
- ;Shift F1 - Super/Subscript
- set key scan \852 \27OP\27Ow
- ;Shift F2 - Search <-
- set key scan \853 \27OP\27Ox
- ;Shift F3 - Switch
- set key scan \854 \27OP\27Oy
- ;Shift F4 - -> Indent <-
- set key scan \855 \27OP\27Om
- ;Shift F5 - Date
- set key scan \856 \27OP\27Ot
- ;Shift F6 - Center
- set key scan \857 \27OP\27Ou
- ;Shift F7 - Print
- set key scan \858 \27OP\27Ov
- ;Shift F8 - Line
- set key scan \859 \27OP\27Ol
- ;Shift F9 - Merge E
- set key scan \860 \27OP\27Oq
- ;Shift F10 - Retrieve
- set key scan \861 \27OP\27Or
-
- ;Ctrl BackSpace - Delete Word
- set key scan \127 \27OP\27On
- ;Shift BackSpace - Delete Word
- ;set key scan \782 \27OP\27On
- ;Ctrl Middle Keypad Delete - Delete Word
- ;set key scan \5523 \27OP\27On
-
- ;Ctrl ENTER - Hard Page
- set key scan \10 \27OQ\27Os
-
- ;Ctrl F1 - Shell
- set key scan \1374 \27OQ\27Ow
- ;Ctrl F2 - Spell
- set key scan \1375 \27OQ\27Ox
- ;Ctrl F3 - Screen
- set key scan \1376 \27OQ\27Oy
- ;Ctrl F4 - Move
- set key scan \1377 \27OQ\27Om
- ;Ctrl F5 - Text In/Out
- set key scan \1378 \27OQ\27Ot
- ;Ctrl F6 - Tab Align
- set key scan \1379 \27OQ\27Ou
- ;Ctrl F7 - Footnote
- set key scan \1380 \27OQ\27Ov
- ;Ctrl F8 - Print
- set key scan \1381 \27OQ\27Ol
- ;Ctrl F9 - Merge/Sort
- set key scan \1382 \27OQ\27Oq
- ;Ctrl F10 - Macro Def
- set key scan \1383 \27OQ\27Or
-
- ;Ctrl Middle Keypad LeftArrow - Word left
- set key scan \5491 \27OP\27[D
- ;Ctrl Middle Keypad Leftarrow with numlock on
- set key scan \6003 \27OP\27[D
- ;Ctrl Right Keypad LeftArrow -Word Left
- set key scan \1395 \27OP\27[D
-
- ;Ctrl Middle Keypad RightArrow - Word Right
- set key scan \5492 \27OP\27[C
- ;Ctrl Middle Keypad RightArrow with numlock on
- set key scan \6004 \27OP\27[C
- ;Ctrl Right Keypad RightArrow - Word Right
- set key scan \1396 \27OP\27[C
-
- ;Ctrl Middle Keypad End - Delete EOL
- set key scan \5493 \27OQ\27On
- ;Ctrl Middle Keypad End with numlock on - Delete EOL
- set key scan \6005 \27OQ\27On
- ;Ctrl Right Keypad End - Delete EOL
- set key scan \1397 \27OQ\27On
-
- ;Ctrl Middle Keypad PgDn - Delete EOP
- set key scan \5494 \27OR\27On
- ;Ctrl Middle Keypad PgDn with numlock on
- set key scan \6006 \27OR\27On
- ;Ctrl Right Keypad PgDn - Delete EOP
- set key scan \1398 \27OR\27On
-
- ;Ctrl Middle Keypad PgUp - Macro Pause
- set key scan \5508 \27OR\27Oz
- ;Ctrl Middle Keypad PgUp with numlock on
- set key scan \6020 \27OR\27Oz
- ;Ctrl Right Keypad PgUp - Macro Pause
- ;set key scan \1412 \27OR\27Oz
-
- ;Ctrl Middle Keypad Home - Go To
- set key scan \5495 \27OR\27Os
- ;Ctrl Middle Keypad Home with numlock on
- set key scan \6007 \27OR\27Os
- ;Ctrl Right Keypad HOME - Go To
- set key scan \1399 \27OR\27Os
-
- ;Alt F1 - Thesaurus
- set key scan \2408 \27OR\27Ow
- ;Alt F2 - Replace
- set key scan \2409 \27OR\27Ox
- ;Alt F3 - Reveal Codes
- set key scan \2410 \27OR\27Oy
- ;Alt F4 - Block
- set key scan \2411 \27OR\27Om
- ;Alt F5 - Mark Text
- set key scan \2412 \27OR\27Ot
- ;Alt F6 - Flush Right
- set key scan \2413 \27OR\27Ou
- ;Alt F7 - Math/Columns
- set key scan \2414 \27OR\27Ov
- ;Alt F8 - Page
- set key scan \2415 \27OR\27Ol
- ;Alt F9 - Merge Codes
- set key scan \2416 \27OR\27Oq
- ;Alt F10 - Macro
- set key scan \2417 \27OR\27Or
-
- ;Alt 1 - Quick Macro
- set key scan \2424 \27OP
- ;Alt 2 - Keymap 1
- ;set key scan \2425 \27OY
- ;Alt 3 - Keymap 2
- ;set key scan \2426 \27OZ
-
- ;Alt A - QuickMacro A
- set key scan \2334 \27OPa
- ;Alt B - QuickMacro B
- ;set key scan \2352 \27OPb
- ;Alt C - QuickMacro C
- set key scan \2350 \27OPc
- ;Alt D - QuickMacro D
- set key scan \2336 \27OPd
- ;Alt E - QuickMacro E
- ;set key scan \2322 \27OPe
- ;Alt F - QuickMacro F
- set key scan \2337 \27OPf
- ;Alt G - QuickMacro G
- ;set key scan \2338 \27OPg
- ;Alt H - QuickMacro H
- set key scan \2339 \27OPh
- ;Alt I - QuickMacro I
- ;set key scan \2327 \27OPi
- ;Alt J - QuickMacro J
- ;set key scan \2340 \27OPj
- ;Alt K - QuickMacro K
- ;set key scan \2341 \27OPk
- ;Alt L - QuickMacro L
- set key scan \2342 \27OPl
- ;Alt M - QuickMacro M
- set key scan \2354 \27OPm
- ;Alt N - QuickMacro N
- ;set key scan \2353 \27OPn
- ;Alt O - QuickMacro O
- ;set key scan \2328 \27OPo
- ;Alt P - QuickMacro P
- ;set key scan \2329 \27OPp
- ;Alt Q - QuickMacro Q
- ;set key scan \2320 \27OPq
- ;Alt R - QuickMacro R
- set key scan \2323 \27OPr
- ;Alt S - QuickMacro S
- ;set key scan \2335 \27OPs
- ;Alt T - QuickMacro T
- ;set key scan \2324 \27OPt
- ;Alt U - QuickMacro U
- set key scan \2326 \27OPu
- ;Alt V - QuickMacro V
- ;set key scan \2351 \27OPv
- ;Alt W - QuickMacro W
- ;set key scan \2321 \27OPw
- ;Alt X - QuickMacro X
- ;set key scan \2349 \27OPx
- ;Alt Y - QuickMacro Y
- ;set key scan \2325 \27OPy
- ;Alt Z - QuickMacro Z
- set key scan \2348 \27OPz
- con
-